home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / sketchbo.swf / scripts / DefineSprite_431 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  124 b   |  7 lines

  1. this.randomize = function()
  2. {
  3.    var _loc1_ = random(10) + 1;
  4.    gotoAndPlay(_loc1_ * 20);
  5. };
  6. this.swapDepths(15999);
  7.